コミットを作るアクション git-auto-commit-action
https://github.com/stefanzweifel/git-auto-commit-action
使い方
code:yaml
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply php-cs-fixer changes
https://github.com/stefanzweifel/git-auto-commit-action/blob/master/action.yml
は引数の定義が大部分を占める
→
https://github.com/stefanzweifel/git-auto-commit-action/blob/master/index.js
を実行
→
https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh
がコミットを作る実装
Actionへの入力は環境変数としてentrypoint.shに渡されていると思われる